home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / library / demoware / asymptot.hqx / Asymptote 1.1 Demo / ABOUT_ASYMPTOTE next >
Encoding:
Text File  |  1994-10-31  |  8.1 KB  |  177 lines

  1. Asymptote is a Macintosh graph-processor designed to produce true 
  2. publication-quality graphs for scientists and engineers.
  3.  
  4. The design goal for Asymptote was to give scientists and 
  5. engineers the tools they needed to produce sophisticated and highly 
  6. customized graphs.  With Asymptote, users can control the finest 
  7. details of their graphs.  Asymptote's programmable scripts make it 
  8. easy to automate the graph-making process.  Users can write scripts
  9. to run unattended in the background, or they can write interactive 
  10. scripts that prompt them for input.  
  11.  
  12. Asymptote is a fully What-You-See-Is-What-You-Get (WYSIWYG) 
  13. Macintosh application, so users can view their graphs on screen 
  14. (through multiple levels of zoom) exactly as they appear when printed.  
  15. Asymptote is System 7 savvy and supports Publish and Subscribe and 
  16. QuickTime.  With Publish and Subscribe, users can make changes to data 
  17. in a Microsoft Excel worksheet while Asymptote automatically plots 
  18. their new data in the background.  Asymptote can also be controlled 
  19. remotely by any Macintosh on a network.  With QuickTime, Asymptote 
  20. users can create a slide show presentation of their graphs or 
  21. animate a sequence of graphs to make a movie.
  22.  
  23. Asymptote has a powerful vector calculator that can calculate 
  24. statistics and manipulate data before plotting.  Users can fit polynomials, 
  25. arbitrary functions, interpolate with a spline or smooth data with a fast 
  26. Fourier transform.  For the greatest number-crunching performance, 
  27. Asymptote exploits the power of Macintosh computers with a math co-
  28. processor.  Asymptote can plot any number of points, and its powerful 
  29. text editors can open data files of any size (limited only by available 
  30. memory).  Asymptote's text editors also include sophisticated features 
  31. such as GREP.
  32.  
  33. Asymptote 1.1 for the Macintosh has the following features:
  34.  
  35. * Create scientific and engineering graphs
  36.    -- Log-log, log-linear, linear-log
  37.    -- Multiple x or y axes
  38.    -- Plot points, lines, arrows, polygons, histograms or labels
  39.    -- Plot as many points as you have memory in your Macintosh
  40.    -- Plot error bars or upper/lower limit arrows at each point
  41.    -- Error bars or arrows can be different in all four directions
  42.    -- Plot log errors on log-log graphs
  43.    -- Plot as many graphs as you can fit on a page
  44.    -- Stack graphs in columns, rows or panes
  45.    -- Read point symbols from a file or calculate them
  46.    -- Draw grid lines
  47.    -- Shade under curves or histograms
  48.    -- Draw axes ticks and tick labels inside or outside graph
  49.    -- Use decimal, scientific, hours-min-sec, or deg-min-sec notation
  50.    -- Specify number of significant digits to display
  51. * Control fine details of scientific and engineering graphs
  52.    -- Sensible defaults with everything under your control
  53.    -- Adjust the sizes of point symbols, labels, and tick marks
  54.    -- Fill points with patterns
  55.    -- Rotate points and labels through any angle
  56.    -- Specify dash patterns (up to 6 on-off segments)
  57.    -- Draw true dashed lines that follow a curve
  58.    -- Use color anywhere on your graph
  59.    -- Control the line thickness (hair-line and larger) anywhere
  60.    -- Add labels anywhere; draw arrows from labels to points
  61.    -- Set tick mark spacing and tick mark notation
  62.    -- Draw axes with or without tick marks or tick labels
  63. * Read data from ordinary text files
  64.    -- Read 1-D data directly from ASCII text files
  65.    -- Skip any number of header or footer lines
  66.    -- Read from rows or columns
  67.    -- Read the errors, symbols and labels for each point
  68.    -- Read data from a graph with the mouse
  69. * Edit data and scripts with advanced editors
  70.    -- Fully featured text editors with undo
  71.    -- File size limited only by memory
  72.    -- Up to 32 files open at one time
  73.    -- Configure font, font size and tab width
  74.    -- Auto indent, auto scroll
  75.    -- Fast Search and Replace in multiple files
  76.    -- GREP for sophisticated Search and Replace
  77. * Manipulate data or calculate functions to plot
  78.    -- Simultaneously operate on all the elements of 1-D arrays
  79.    -- RPN (HP) style notation
  80.    -- Highest possible precision (96 bits)
  81.    -- Trigonometric functions: sin, cos, tan, asin, acos, atan
  82.    -- Mathematical: y^x, 10^x, e^x, sqrt, log, ln, factorial
  83.    -- Other : hms, frac, int, abs, rand and more
  84.    -- Uses math co-processor (if your Macintosh has one)
  85.    -- Specify stack depth, length of vectors and number of registers
  86. * Analyze data
  87.    -- Select point symbols based on the results of a calculation
  88.    -- Smooth with an FFT
  89.    -- Interpolate with a spline
  90.    -- Fit up to a 9th order polynomial with errors
  91.    -- Fit any linear or non-linear function with up to 32 free parameters
  92.    -- Specify different weights for each point when fitting
  93.    -- Bin data to make histograms (frequency distributions)
  94.    -- Sort data before plotting
  95.    -- Calculate basic statistics (max, min, mean, std.dev., sum) 
  96.    -- Display statistics and fitting results on your graphs
  97. * Preview graphs on screen
  98.    -- Graphs on screen look exactly as they do when printed
  99.    -- Examine the finest details with multiple levels of zoom (x32)
  100.    -- Full screen mode for presentations; set background color
  101.    -- Read values from the graph with cross-hair cursor
  102. * Produce camera-ready hard copy
  103.    -- True publication-quality graphs on high-resolution printers
  104.    -- Save your graphs in high-resolution PICT files
  105.    -- Create PostScript, and EPS files with LaserWriter 8 driver
  106. * Automate graph-making with scripts
  107.    -- Perform repetitive plotting tasks automatically
  108.    -- Scripts can run completely unattended in the background
  109.    -- Create interactive scripts that prompt users for input
  110.    -- Automatically search for files to open
  111.    -- Control execution with for, while, if-then-else commands
  112.    -- Pass arguments to scripts or macros
  113. * Share data automatically with other applications
  114.    -- System 7 savvy, AppleEvent aware
  115.    -- Subscribe to data published by other applications
  116.    -- Graphs update automatically when you make changes
  117.    -- Publish your graphs for use in other applications
  118.    -- Control Asymptote from any Macintosh on your network
  119.    -- Export data or the results of calculations to other applications
  120. * Create QuickTime movies
  121.    -- Make a movie of a sequence of graphs or create a slide-show
  122.    -- Control movie speed, image size and bit depth
  123.    -- Color, gray scale or black & white
  124.    -- Loop and play movies forwards and backwards
  125. * On-line, context-sensitive help system
  126.    -- On-line help answers your questions quickly 
  127.    -- Lots of practical examples
  128.    -- Personalize the on-line help with your own comments
  129. * Extensive User's Guide
  130.    -- Tutorial, helpful hints and lots of examples
  131.    -- Reference section and fully cross-referenced index
  132.  
  133. +++ System Requirements +++
  134. Asymptote 1.1  requires a Macintosh running System 6 or later, with a 
  135. minimum of 1 MB RAM and a hard disk.  System 7, 4MB RAM, a math co-
  136. processor, QuickTime, LaserWriter driver version 8 or later and a color 
  137. monitor are recommended.
  138.  
  139. +++ Demonstration Version +++
  140. A demonstration version of Asymptote is available via anonymous ftp
  141. from ftp.std.com in the vendors/brains subdirectory or in the /sci
  142. directory of most INFOMAC sites.
  143.  
  144. +++ Pricing and Availability +++
  145.    Asymptote 1.1 for the Macintosh is being offered at $249.
  146.         Educational Price: $199**    Student Price: $129**
  147.    -- Volume discounts and multi-user versions are available.
  148.    -- 30 day money-back guarantee
  149.    -- Unlimited e-mail, fax or phone support
  150.    -- VISA and MasterCard accepted
  151.      *Must be employed by a college or university
  152.     **With valid student ID
  153.  
  154.    All prices listed are in U.S. dollars and subject to change.
  155.    Purchase orders: Terms: net 30 days  US only.
  156.  
  157.    Shipping & Handling
  158.      Cont. US: $8 (Ground), $12 (2-Day), $21 (Overnight) -- via UPS
  159.      HI & AK: $17 (2-Day) $27 (Overnight) -- via UPS
  160.      Foreign: $33 except Canada: $12, Mexico: $10 -- via US Air Mail
  161.  
  162.    New Mexico residents:
  163.      Please add 5.8125% tax
  164.  
  165. -----------------------------
  166. BRAINS Software
  167. Internet: brains@world.std.com
  168. 9445 Bent Rd. NE
  169. Albuquerque, New Mexico
  170. USA 87109
  171. Phone/Fax: (505) 828-9055
  172. -----------------------------
  173.  
  174. Asymptote, graph-processor and the Brains logo are trademarks of 
  175. Brains Software.  All other trademarks are the property of their 
  176. respective owners.
  177.